Removed support for git versions older than 2.22.
authorJoey Hess <joeyh@joeyh.name>
Thu, 21 Aug 2025 15:20:20 +0000 (11:20 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 21 Aug 2025 15:22:59 +0000 (11:22 -0400)
commit117b520825669f0bfc8db7d3ddf80ae6768b8185
treefd8556ed9700ce91c5acfeb339f21526d8f6f5d5
parent132f938a924a66d15e78d1a43e969ba4d1e2f8aa
Removed support for git versions older than 2.22.

Which fixed an OOM with unlocked files.

Debian oldoldstable is the oldest version of git that git-annex needs to
support, since it's used in the amd64ancient build. That has 2.30.

At this point, the only complication git-annex for an bug in old
versions of git is that git bundle was broken before git 2.31.
That prevents git-remote-annex from working with git 2.30.

Sponsored-by: Luke T. Shumaker
Build/Configure.hs
CHANGELOG
Git/Merge.hs
Upgrade/V5.hs